home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / netscsid.conf < prev    next >
Text File  |  2006-11-23  |  2KB  |  63 lines

  1. #ident @(#)rscsi.dfl    1.3 05/08/09 Copyr 2000 J. Schilling
  2. #
  3. # This file is /etc/rscsi.conf
  4. #
  5. # NOTE: If this file is not present, rscsi will reject to work.
  6. #
  7. # If no USER= entry is present, only root is allowed to run rscsi.
  8. # If no ACCESS= entry is present, no device may to be used by remote users.
  9.  
  10. # The file where debug info should go to.
  11. # This is commented out by default to speed up the program.
  12. # If you enable it make sure you substitute SAFE_DIR to a safe directory
  13. # to debug to.
  14. #
  15. # Note that rscsi runs as root and thus may be able to overwrite any file.
  16. # Be sure not to allow other people to replace the debug file by a symlink
  17. # to e.g. /etc/passwd. 
  18. #
  19. #DEBUG=SAFE_DIR/rscsi.dbg
  20.  
  21. #
  22. # Each USER= entry adds the listed user to the users who may run rscsi
  23. #
  24. # A typical passwd entry looks like this:
  25. # rscsi:x:1999:1000:Remote SCSI:/export/home/rscsi:/opt/schily/sbin/rscsi
  26. #
  27. # Add entries for all valid remote users to /export/home/rscsi/.rhosts
  28. #
  29. # USER= entries are checked with a pattern matcher. USER=* matches all users.
  30. #
  31. USER=rscsi
  32. #USER=joerg
  33.  
  34. #
  35. # Each ACCESS= entry adds a target or group of targets to the list of visible
  36. # targets for all users that do remote SCSI access from a specific host.
  37. #
  38. #    Username is the name of the user that runs rscsi. If you create
  39. #    different users, you may assign different permissions to different
  40. #    users from the same host.
  41. #
  42. #    Hostname must be in the same notation as needed for .rhosts (e.g. in
  43. #    the way you will be listed by 'who' if you log in from this host).
  44. #
  45. #    bus/chan/target/lun are the numbers from the scanbus output from
  46. #    cdrecord or sformat. If you use -1, you allow any value for this
  47. #    placeholder.
  48. #
  49. #     local user name and remote host name are checked with a pattern matcher.
  50. #    ACCESS=*    * .... matches all users from all hosts.
  51. #
  52. #    NOTE: chan is currently not implementd (set it to 0 or -1)
  53. #
  54. #    local    remote
  55. #    user    host    bus    chan    target    lun
  56. #    name    name
  57. #
  58. #ACCESS=rscsi    sparky    -1    -1    -1    -1
  59. #ACCESS=rscsi    sparky    0    -1    6    -1
  60. #ACCESS=rscsi    sparky    1    -1    3    -1
  61. #ACCESS=rscsi    sparky    1    -1    4    -1
  62.